home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / dizl140.zip / STRUCTS.DOC < prev    next >
Text File  |  1997-05-09  |  5KB  |  89 lines

  1.  The DiZList v1.4 Structure Document
  2.  
  3.  COPYRIGHT 1997, ALL RIGHTS ARE RESERVED BY MARK BLOSS/MIND OVER BYTE SOFTWARE
  4.  ┌───────────────────────────────────────────────────────────────────────────┐
  5.  │     ▄██▄   ▄██▄  ▄█▄  ▄██▄   ▄██▄ ▄████████▄                              │
  6.  │     █████▄█████ █████ █████▄ ████ ████   ▀███   These Structures define   │
  7.  │     ███████████ █████ ███████████ ████    ███   the format that DIZL.EXE, │
  8.  │     ████ ▀ ████ █████ ████▀██████ ████    ███   and DZSETUP use for v1.0+ │
  9.  │     ████   ████ █████ ████  ▀████ ████▄▄▄███▀   to store the data they    │
  10.  │     ▀██▀▀▀▀▀▀█▀ ▀▀█▀  ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀██▀     need.  You may use the    │
  11.  │       ▀▀   ▀▀   ▀▀   ▀▀  ▀▀      ▀▀  ▀▀▀        same structures to access │
  12.  │      ▀▀▀   ▀▀▀   ▀▀ ▀▀   ▀▀▀▀▀   ▀▀▀▀▀▀         this data in your own     │
  13.  │       ▀▀   ▀▀     ▀▀▀    ▀▀      ▀▀  ▀▀         support and/or kludge     │
  14.  │        ▀▀▀▀▀       ▀     ▀▀▀▀▀▀▀ ▀▀   ▀▀        programs if you choose.   │
  15.  │         ░░   ░░  ░░  ░░     ░░    ░░                                      │
  16.  │         ▒▒▒▒▒▒    ▒▒▒▒      ▒▒    ▒▒▒▒▒         PUBLIC RELEASE of any     │
  17.  │         ▓▓   ▓▓    ▓▓       ▓▓    ▓▓            program for DIZL.EXE's    │
  18.  │         ██████     ██       ██    ██████        data must be approved     │
  19.  │           S  O  F  T  W  A  R  E  (tm)          by Mind Over Byte Software│
  20.  │           A SPYER BBS (615)831-9284                                       │
  21.  └───────────────────────────────────────────────────────────────────────────┘
  22.  
  23.  If you are a programmer, you are invited to use the accompanying structure
  24.  unit in utilities and programs to help you use the same datafiles DIZL
  25.  creates and maintains.  These include the *.DAT files and *.IDX files which
  26.  reside in the DIZL\DATA directory, as well as the *.INI files.
  27.  
  28.  There are no other restrictions on their use other than any program that
  29.  uses DIZL's structures must be licensed in writing from Mind Over Byte
  30.  Software if you intend to release the program to the public in any 
  31.  form.
  32.  
  33.  *There are no restrictions for private use*  
  34.  
  35.  To obtain permission to release a program using the DIZLSTRC unit, simply
  36.  write your name, mailing address and phone number (BBS line okay), and
  37.  include the purpose of your program in summary form, on a 3x5 index card 
  38.  or postcard, or on any paper of your choice in an envelope to:
  39.  
  40.  Mind Over Byte Software
  41.  PO BOX 112015
  42.  Nashville Tennessee
  43.  37222
  44.  
  45.  No fee is required, but requests must be sent via U.S. Mail or equivalent,
  46.  no E-mail requests will be honored.  Upon acceptance of your submission,
  47.  you will receive a license and unique number to include in your program's
  48.  documentation and runtime code.
  49.  
  50.  MIND OVER BYTE SOFTWARE cannot be held liable for damages your program may
  51.  cause to The DiZList's data-files or to any system, software or hardware,
  52.  upon which your program is run.  
  53.  
  54.  MIND OVER BYTE SOFTWARE is not interested in peeking at your code, or 
  55.  using it in future releases of the program.  We are open to suggestions,
  56.  and will happily accept any submissions of program source you have 
  57.  composed if you send it to us for evaluation.  You will receive full
  58.  credit for anything you submit if it is used in a future release.
  59.  
  60.  Any programming language may be used; it is up to you to convert the 
  61.  Turbo Pascal structures to your language of choice. 
  62.  
  63.  Further, Mind Over Byte Software requires that any program you release 
  64.  to the public must note in its documentation, and in the program's final
  65.  or initial display, an obligatory notice, to wit: 
  66.  
  67.  "License Granted by Mind Over Byte Software, Copyright <year>, <License No.>"
  68.  
  69.  Where <License No.> will include the number sent to you with approval.
  70.  Varying wording of the above is allowed, but must state the name of
  71.  Mind Over Byte Software, and must include the License Number you received.
  72.  It must be readily visible on the display screen for 1 or more seconds 
  73.  during program runs at the beginning and/or end of your program, and in
  74.  your program's documentation.
  75.  
  76.  All publically released software which uses The DiZList structures without
  77.  this notice included is subject to prosecution in a civil court.  Any
  78.  software released to the public with a fake or invalid license number is
  79.  also subject to legal action.  The DiZList program and structures are
  80.  COPYRIGHT and are not public domain.  They may not be altered, abused or
  81.  distorted, as DIZL.EXE and DZSETUP.EXE depend upon their integrity.
  82.  
  83.  Thank you,
  84.  Mark Bloss
  85.  Mind Over Byte Software
  86.  9 May, 1997
  87.  
  88. {end}
  89.